Update HistoryV1.7.0
/ 09-October-2018Main
Changes - Update stm32f1xx_hal_conf.h files to add support to HAL CAN Legacy Module.
V1.5.0
/ 14-April-2017Main
Changes - Update stm32f1xx_hal_conf.h file to be aligned with new conf_template.h
- Update applications using FreeRTOS to use TIM HW as time base source
V1.4.0
/ 29-April-2016Main
Changes - Change license to “Ultimate Liberty”.
- Update all the system_stm32f1xx.c with new AHBPrescTable and APBPrescTable.
V1.3.0
/ 18-December-2015Main
Changes
- To
ensure the full compatibility of the GPIO interfaces across all the
STM32 families, the gpio speed definition have been renamed:
- GPIO_SPEED_LOW to GPIO_SPEED_FREQ_LOW
- GPIO_SPEED_MEDIUM to GPIO_SPEED_FREQ_MEDIUM
- GPIO_SPEED_HIGH to GPIO_SPEED_FREQ_HIGH
- aliases are created to keep backward compatibility
- Change the “Liberty” License with the new license “Ultimate Liberty” for the applications.
- Reduce the default timeout value for the startup of the HSE form 5s to 100ms.
- Update the Keil projects from V4 to V5.
- Adapt the SW4STM32 projects to version 1.5.0 of the IDE.
V1.2.0
/ 31-July-2015Main
Changes
- FreeRTOS:
- Reduce
heap size accordingly to the OS resources used inside the application.
A margin of 10% rounded to the upper Kb is used. This permit to
significantly reduce the memory usage within the following applications:
- FreeRTOS_ThreadCreation: Reduced from 15 Kb of heap (RAM) to 2Kb. (FreeRTOSConfig.h/configTOTAL_HEAP_SIZE)
- For
more details about FreeRTOS implementation on STM32Cube, please refer
to UM1722 "Developing Applications on STM32Cube with RTOS".
- Updates linked to middleware version changes:
- Minor updates to be compliant with FreeRTOS V8.2.1.
V1.1.0
/ 05-June-2015Main
Changes
- Add support of System Workbench for STM32 (SW4STM32) toolchain
V1.0.0
/ 16-December-2014
Main
Changes
License
Redistribution
and use in source and binary forms, with or without modification, are
permitted, provided that the following conditions are met:
- Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions
in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
- Neither
the name of STMicroelectronics nor the names of other contributors to
this software may be used to endorse or promote products derived from
this software without specific written permission.
- This
software, including modifications and/or derivative works of this
software, must execute solely and exclusively on microcontroller or
microprocessor devices manufactured by or for STMicroelectronics.
- Redistribution
and use of this software other than as permitted under this license is
void and will automatically terminate your rights under this license.
THIS SOFTWARE IS PROVIDED BY STMICROELECTRONICS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS, IMPLIED OR STATUTORY WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY INTELLECTUAL
PROPERTY RIGHTS ARE DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW.
IN NO EVENT SHALL STMICROELECTRONICS OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
For
complete documentation on STM32 Microcontrollers visit www.st.com/STM32
|